home *** CD-ROM | disk | FTP | other *** search
/ Kyoko 8203 / Kyoko 8203.iso / pc / menu.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2003-03-03  |  237 b   |  12 lines

  1. on prepareFrame
  2.   global cdvoume
  3.   cdvoume = 7
  4.   set the volume of sound 1 to cdvoume * 19
  5.   repeat with i = 15 to 27
  6.     sprite(i).visible = 1
  7.   end repeat
  8.   repeat with i = 15 + cdvoume to 27
  9.     sprite(i).visible = 0
  10.   end repeat
  11. end
  12.